home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / NEW_TECH / FTASKMAN.ZIP / FTASKMAN.TXT < prev   
Text File  |  1993-04-04  |  5KB  |  166 lines

  1. FTaskman - Taskmanager (c) 1993 by Andreas Furrer
  2. =================================================
  3.  
  4.  
  5. This is version 1.05 of FTaskman.
  6.  
  7. FTaskman is a replacement for the taskmanager of Windows 3.1
  8.  
  9.  
  10. FTaskman has the following additional functions to the normal taskmanager
  11.  
  12. - display the icons of all tasks (switchable)
  13. - multiselection -> e.g. end several tasks
  14. - show also invisible tasks (switchable)
  15. - minimize other tasks when 'Switch to'
  16. - new commands:
  17.   + minimize selected tasks
  18.   + minimize all tasks with the exception of the selected
  19.   + minimize all tasks
  20.   + set tasks invisible or visible
  21.   + set tasks stay on top or delete stay on top
  22.   + tile windows horizontally or vertically
  23.  
  24.  
  25. There is an english and a german version of FTaskman.
  26.  
  27.  
  28. Installation of FTaskman:
  29. =========================
  30.  
  31. - To use the german you have to rename FTASKMAN.EXG in FTASKMAN.EXE.
  32. - Copy FTASKMAN.EXE in your windows directory (or any directory you want)
  33. - Add the following line to the section [Boot] of the file SYSTEM.INI:
  34.  
  35.    TASKMAN.EXE=C:\WINDOWS\FTASKMAN.EXE
  36.   
  37.    (If you don't have copied FTASKMAN.EXE in the directory C:\WINDOWS
  38.     change this path to the name of the directory in which you have copied
  39.     FTASKMAN.EXE!)
  40. - If you want to use the library CTL3D.DLL (see below), you have to copy the file CTL3D.DLL
  41.   into the directory Windows\System.
  42.  
  43.  
  44. Commands of FTaskman
  45. ====================
  46.  
  47. - Switch to: 
  48.     show selected tasks and activate the first of the seleted
  49. - End Task(s)
  50.     end selected tasks
  51. - Cancel
  52.     close taskman without doing anything
  53. - Minimize task(s)
  54.     minimize selected tasks
  55. - Minimize others
  56.     minimize all tasks with the exception of the selected
  57. - Minimize all
  58.     minimize all tasks
  59. - Tile
  60.     tile all mainwindows
  61. - Cascade vertical
  62.     Cascade mainwindows vertical
  63. - Cascade horizontal
  64.     Cascade mainwindows horizontal
  65. - Show invisible
  66.     show invisible tasks
  67. - v
  68.     show extented dialog
  69. - Arrange icons
  70.     arrange desktop icons
  71. - Task(s) invisible
  72.     set selected tasks invisible 
  73. - Task(s) visible
  74.     set selected tasks visible
  75. - Task(s) on Top
  76.     set selected tasks stay on top
  77. - Task(s) not on Top
  78.     clear stay on top of selected tasks
  79. - Options
  80.     show options dialog
  81. - About
  82.     show version number and copyright information
  83.  
  84. Options dialog:
  85.  
  86. - Show icons in tasklist
  87. - Default: show invisible
  88. - Default: show extented dialog
  89. - Minimize other tasks when 'Switch to'
  90.     If you switch to one or more tasks with 'Switch to', all other tasks 
  91.     will be minimized
  92.  
  93.  
  94. You can also access each command with a popup menu, if you press the right 
  95. mouse button in the task listbox.
  96.  
  97.  
  98. Invisible tasks will be marked with a 'ñ'.
  99.  
  100. The tasklist will not show tasks which have no title, because the standard
  101. taskmanager also don't show them and there are a lot of untiteled windows 
  102. which your system uses for internal things.
  103.  
  104.  
  105. FTaskman will use the CTL3D library from Microsoft to let the dialog controls
  106. look 3 dimensional. If you don't like this look, just delete CTL3D.DLL or add
  107.  
  108. Ctl3d=0
  109.  
  110. to the section
  111.  
  112. [FTaskMan]
  113.  
  114. in WIN.INI
  115.  
  116.  
  117.  
  118. Freeware-Note
  119. =============
  120.  
  121. You can use and distribute FTaskman free, as long as the following files are 
  122. not changed and you distribute all files together
  123.  
  124. - ftaskman.exe
  125. - ftaskman.exg
  126. - ftaskman.txt
  127. - ftaskman.txg
  128.  
  129. I am programming FTaskman because I have fun and not to make any profit. 
  130. That's why FTaskman is free and you don't have to pay more or less high 
  131. registration charges. I think it is a bad habit, that more and more program 
  132. authors want to have money even for the smallest programs.
  133.  
  134. Long live the Freeware!
  135.  
  136.  
  137. If you have problems, comments, suggestions or you detect one error, 
  138. please E-Mail to
  139.  
  140. s_furrer@ira.uka.de
  141.  
  142.  
  143. (c) 1993 by Andreas Furrer
  144.  
  145.  
  146. Version history
  147. =================
  148.  
  149. 1.05: - Now FTaskman supports the new three dimensional titels of dialogs with the
  150.         new version of CTL3D.DLL.
  151.         You have to use the Library CTL3D.DLL that comes with this version of FTaskman
  152.         or a newer one!
  153. 1.04: - Fixed a bug with the task listbox
  154.       - Fixed a bug with UseCtl3d=0
  155.       - Now CTL3D.DLL is shipped with FTaskman
  156. 1.03: - FTaskman will now be the topmost window
  157.       - Fixed a bug with command 'Task(s) not on Top'
  158. 1.02: - Now FTaskman will use the CTRL3D library from Microsoft to let 
  159.         the dialog controls look 3 dimensional
  160.       - Error fixed in the english version: exchanged Cascade and Tile
  161. 1.01: - If an applicatφon has no icon, FTaskman will dislay Windows 
  162.         default icon
  163.       - Error fixed: With a resolution of 640x480 you have not seen 
  164.         the whole extented dialog sometimes
  165. 1.00: First version of FTaskman.
  166.